projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ebdcd0
)
(kbd): Doc fix.
author
Luc Teirlinck
<teirllm@auburn.edu>
Mon, 9 Aug 2004 18:48:23 +0000
(18:48 +0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Mon, 9 Aug 2004 18:48:23 +0000
(18:48 +0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index eb1e5e5df2f6c8a160c321064008a705f2b8a8d0..53aef00f899eba376bde41055a4d8c76664d12ef 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-566,7
+566,7
@@
The order of bindings in a keymap matters when it is used as a menu."
(defmacro kbd (keys)
"Convert KEYS to the internal Emacs key representation.
KEYS should be a string constant in the format used for
-saving keyboard macros (see `
insert-kbd-macro
')."
+saving keyboard macros (see `
edmacro-mode
')."
(read-kbd-macro keys))
(put 'keyboard-translate-table 'char-table-extra-slots 0)